Welcome![Sign In][Sign Up]
Location:
Search - embedded mp3

Search list

[Embeded-SCM DevelopEmMP3Player

Description: 嵌入式mp3解码程序-embedded MP3 decoding procedures
Platform: | Size: 962560 | Author: 柳泉 | Hits:

[Embeded LinuxNetwork MP3 Player

Description: 可用于嵌入式LINUX的网络播放器的源码-for embedded Linux Webcast of FOSS
Platform: | Size: 375808 | Author: | Hits:

[Linux-Unixbladeenc-082-src-stable.tar

Description: 功能非常完善的MP3编译码器,输入文件WAV或AIFF,能够方便的嵌入到你自己的系统当中.-function very sound MP3 codecs, the importation of AIFF or WAV file, accessible to the embedded into your own systems.
Platform: | Size: 137216 | Author: | Hits:

[Linux-Unixl_ipp-PCA-MP3-encode_p_4[1].0.003

Description: Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3编码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for the MP3 encoder source code
Platform: | Size: 19456 | Author: 黄希 | Hits:

[Linux-Unixl_ipp-MP3-int-decode_p_4[1].0.006

Description: Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3解码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 library of MP3 decoder source code
Platform: | Size: 21504 | Author: 黄希 | Hits:

[uCOSmp3程序设计包

Description: MP3的程序的代码,用于嵌入式系统中MP3的编码和解码,做MP3播放器的可以做为参考。-MP3 procedure code for embedded systems MP3 encoding and decoding, so the MP3 player can be used as a reference.
Platform: | Size: 48128 | Author: 洪旭恒 | Hits:

[Other Embeded programMP3-project

Description: 编译后直接运行的MP3播放器全部C语言源代码 一个包含FAT文件系统、系统引导 Boot、FLASH Driver等内容的,可以编译后直接运行的MP3播放器的全部C语言源代码, 适合小型嵌入式系统研究。 -compiled directly running the MP3 player all C language source code contains a FAT file system. boot Boot, FLASH Driver and other content. it can be compiled directly after running the MP3 player all the C language source code suitable for small embedded systems.
Platform: | Size: 999424 | Author: 吕旭 | Hits:

[mpeg mp3C54_USB_MP3_decoder

Description: 使用TI DSP C54xx开发的MP3解码器,支持USB和FAT12文件系统, 作为嵌入式mp3开发的一个很好的学习项目.包含所有代码.-C54xx use TI DSP development of the MP3 decoder. support USB and FAT12 file system, Embedded mp3 development as a good learning project. contains all of the code.
Platform: | Size: 72704 | Author: amani | Hits:

[ARM-PowerPC-ColdFire-MIPSsoftware.mp3.player.lpc2148

Description: 基于LPC2148的MP3设计,采用软件解码方式,文件系统采用efsl,软件解码采用madlib-based LPC2148 MP3 design, using software decoding, file system used efsl. decoding software used madlib
Platform: | Size: 2478080 | Author: 施彬 | Hits:

[Software Engineeringshanghai-arm

Description: 上海交通大学的嵌入式开发课件,一共12讲,非常详细,包括MP3的设计详解!-Shanghai Jiaotong University of embedded development software, a total of 12 speakers, very detailed, including the detailed design of MP3!
Platform: | Size: 9030656 | Author: 高韬 | Hits:

[OtherEmbedded.Linux

Description: 【下载说明】 这里提供给大家的是《Embedded Linux》(嵌入式Linux)一书的英文版高清PDF下载。 【内容提要】 本书适合嵌入式系统和信息设备设计人员阅读,也可作为普通Linux程序员的参考书籍。书中详细介绍了如何使你的Linux版本与你选择的硬件设备相匹配,并建立了从网络路由器到DIY MP3播放器的每一个部件。. 本书以更好、更快、更廉价为最终目标,对建立可能的最小Linux系统和选择合适的硬件提出了建议,据此你可以建立你的第一个嵌入式Linux设备。在本书阅读过程中,你不仅可以获得适合你应用的最佳的开放源代码软件,而且本书的实用方案也会指导你如何为调试应用选择合适的工具,并指导你避免陷阱和降低建立成本。.. 本书的作者John Lombardo讲述了你需要知道的嵌入式Linux的每一件事,阅读本书,你既不会感到冗余乏味,也不会觉得内容不够饱满。那么现在就让我们开始吧,让我们使用本书来设计并建立嵌入式Linux设备。-err
Platform: | Size: 918528 | Author: li | Hits:

[Windows CEmp3play

Description: 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行 -Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Platform: | Size: 1568768 | Author: lzy | Hits:

[Algorithm20060731FFT

Description: 适用于MP3音乐中波形处理(FFT算法),该代码采样不是很多,更适合嵌入式产品中MP3播放器波形处理-MP3 music for waveform processing (FFT algorithm), the code is not a lot of sampling, it is more suitable for embedded products MP3 player waveform handle
Platform: | Size: 48128 | Author: 风笛 | Hits:

[ARM-PowerPC-ColdFire-MIPSsoftware.mp3.player.lpc2148

Description: Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain. -Realizing an MP3 player with the LPC2148, using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. The Keil MCB2140 board is used to test the application and the Rowley CrossStudio for ARM has been chosen as a reference tool-chain.
Platform: | Size: 2478080 | Author: 书民 | Hits:

[Embeded-SCM DevelopMP3

Description: 这是个Mp3源代码,基于C实现,可以载入到嵌入式系统中来运行-This is a Mp3 source code, based on the C implementation can be loaded into the embedded system to run
Platform: | Size: 3511296 | Author: chanmaker | Hits:

[mpeg mp3mp3

Description: MP3音频解码源代码,在ARM-SDT-2.51下编译,适用于嵌入式系统方向的研究人员和工程师。-MP3 audio decoder source code, in ARM-SDT-2.51 under the compiler for embedded systems the direction of researchers and engineers.
Platform: | Size: 27648 | Author: 李磊 | Hits:

[Other Embeded programMP3

Description: 基于ARM的嵌入式智能MP3开发方案,包含有设计方案和源码-ARM-based embedded intelligent MP3 development program, including a design and source
Platform: | Size: 1882112 | Author: 胡刘洋 | Hits:

[SCMembedded-mp3

Description: 嵌入式MP3方案,支持mmc卡,一个arm7的方案,包含原理图和源代码-Embedded MP3 programs to support mmc card
Platform: | Size: 1593344 | Author: rwen | Hits:

[Embeded LinuxMP3

Description: 嵌入式linux下C语言编写的mp3播放器,GTK界面,用libmad音频解码库-Embedded linux written in C, mp3 player, GTK interface, using libmad audio decoder library
Platform: | Size: 3831808 | Author: 赵希 | Hits:

[Embeded LinuxMP3

Description: 采用QT实现的嵌入式MP3播放器设计,附有全部源码和论文说明,是学习qt和linux的绝好材料。是本人的嵌入式课程设计全部资料,希望能够帮到大家。-Implemented using QT embedded MP3 player design, with a description of all source code and papers, is an excellent learning materials qt and linux. I embedded curriculum design is all the information, hoping to help everyone.
Platform: | Size: 4358144 | Author: 许万清 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net